home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / View.dxr / 00003_Navigation handlers.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  317 b   |  21 lines

  1. global gMasterData, gSection
  2.  
  3. on goIntro
  4.   go(label("intro"))
  5.   set gSection to #intro
  6.   goNarrator(gMasterData, "69")
  7. end
  8.  
  9. on go1
  10.   go(label("1"))
  11.   set gSection to 1
  12.   if not activationOn(gMasterData) then
  13.     activate(gMasterData)
  14.   end if
  15.   goNarrator(gMasterData, "71")
  16. end
  17.  
  18. on clickDone
  19.   go(label("done"))
  20. end
  21.